home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 11 / Hot Mix 11.iso / .all / bin / InstallIt (.txt) < prev    next >
Text File  |  1995-07-13  |  1KB  |  28 lines

  1. #!/bin/csh  -f
  2. # Shell script to install the HOTMIX CD chili pepper icon!
  3.  
  4. if (! -e /usr/lib/filetype/install/hotmix.ftr ) then
  5.     xwsh -bg royalblue -fg white \
  6.         -geom 80x40+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  7.         -title "Installing the HotMix icon..." \
  8.         -e /bin/csh -c \
  9.     "echo Welcome to the IRIS Hot Mix.; \
  10.     echo; \
  11.     echo Attempting to install the HotMix icon. This requires super-user priviledges.; \
  12.     echo The installation of this icon does NOT affect your use of the Hot Mix CD-ROM. ; \
  13.     echo; \
  14.     echo If prompted, please enter the root password.; \
  15.     echo; \
  16.     echo Some application demos will run directly off the CD. ; \
  17.     echo These applications will run slower on the CD than; \
  18.     echo they will if they are installed on your system. ; \
  19.     echo; \
  20.         su root -c '$HOTMIXDIR/bin/InstallIt2'"
  21. # Mon Nov 21 18:18:11 PST 1994
  22. # jushana
  23.     if (! -e /usr/lib/filetype/install/hotmix.ftr) then
  24.        echo " "
  25.        echo "Installation of the HotMix icon failed, you must be root to install the icon."
  26.     endif
  27. endif
  28.